<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN">

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="viewport" content="width=device-width">
  <meta name='robots' content='noindex,follow' />
  <title>404 NOT FOUND</title>
  <link rel="stylesheet" type="text/css" href="/static/plugins/Hui-iconfont/1.0.8/iconfont.css" />
  <style>
    .page-404 {
      color: #afb5bf;
      padding-top: 60px;
      padding-bottom: 90px;
      text-align: center;
    }

    .page-404 .error-title {
      font-size: 80px
    }

    .page-404 .error-title .iconfont {
      font-size: 80px
    }

    .page-404 .error-description {
      font-size: 24px
    }

    .page-404 .error-info {
      font-size: 14px
    }
    
    a {
      text-decoration: none;
      color: #5A98E0;
    }

    .ml-20 {
      margin-left: 20px;
    }
  </style>
</head>

<body id="error-page">
  <div class="page-404 text-c" style="margin-top:80px;">
    <p class="error-title"><i class="Hui-iconfont va-m" style="font-size:80px">&#xe656;</i><span class="va-m">
        404</span></p>
    <p class="error-description">不好意思，您访问的页面不存在~error request!</p>
    <p class="error-info">
      您可以：<a href="javascript:;" onclick="history.go(-1)" class="c-primary">&lt; 返回上一页</a>
      <span class="ml-20">|</span><a href="/" class="c-primary ml-20">去首页 &gt;</a></p>
  </div>
</body>

</html>